home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / BenchMark / TIFFany2.app / English.lproj / Separator.nib / data.classes next >
Text File  |  1994-06-10  |  645b  |  51 lines

  1. PointView = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     };
  6.     SUPERCLASS = View;
  7. };
  8. GradationView = {
  9.     ACTIONS = {
  10.     linear:;
  11.     save:;
  12.     splineChanged:;
  13.     open:;
  14.     concludeDragOperation:;
  15.     };
  16.     OUTLETS = {
  17.     splinePopup;
  18.     yCoordinate;
  19.     xCoordinate;
  20.     };
  21.     SUPERCLASS = View;
  22. };
  23. Separator = {
  24.     ACTIONS = {
  25.     copySpline:;
  26.     dontSeparate:;
  27.     separate:;
  28.     };
  29.     OUTLETS = {
  30.     panel;
  31.     ucrView;
  32.     bgView;
  33.     alertTable;
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37. FirstResponder = {
  38.     ACTIONS = {
  39.     };
  40.     SUPERCLASS = Object;
  41. };
  42. FloatPanel = {
  43.     ACTIONS = {
  44.     };
  45.     OUTLETS = {
  46.     defaultButton;
  47.     cancelButton;
  48.     };
  49.     SUPERCLASS = Panel;
  50. };
  51.